home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00544.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  205 b   |  15 lines

  1. on exitFrame
  2.   unLoad(167)
  3.   unLoad(158)
  4. end
  5.  
  6. on keyDown
  7.   if the key = RETURN then
  8.     if the machineType = 256 then
  9.       go(label("little") + 1)
  10.     else
  11.       go("Main Screen")
  12.     end if
  13.   end if
  14. end
  15.